func github.com/valyala/fastjson.s2b
5 uses
github.com/valyala/fastjson (current package)
parser.go#L302: b := s2b(s) // It is safe to do, since s points to a byte slice in Parser.b.
parser.go#L558: f(s2b(kv.k), kv.v)
parser.go#L841: return s2b(v.s)
parser.go#L890: return s2b(v.s), nil
util.go#L12: func s2b(s string) (b []byte) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)